home *** CD-ROM | disk | FTP | other *** search
/ You're the Director / You're The Director.iso / pc / pcf / ds.dir / 00344.ls < prev    next >
Encoding:
Text File  |  1995-10-08  |  203 b   |  11 lines

  1. on mouseUp
  2.   global fullscreenG
  3.   puppetSprite(4, 1)
  4.   set the visible of sprite 4 to 1
  5.   puppetSprite(5, 1)
  6.   set the visible of sprite 5 to 0
  7.   updateStage()
  8.   delay(2 * 60)
  9.   set fullscreenG to 1
  10. end
  11.